type runtime.rtype
10 uses
runtime (current package)
type.go#L21: type rtype struct {
type.go#L25: func (t rtype) string() string {
type.go#L33: func (t rtype) uncommon() *uncommontype {
type.go#L37: func (t rtype) name() string {
type.go#L60: func (t rtype) pkgpath() string {
type.go#L148: func (t rtype) nameOff(off nameOff) name {
type.go#L199: func (t rtype) typeOff(off typeOff) *_type {
type.go#L203: func (t rtype) textOff(off textOff) unsafe.Pointer {
type.go#L329: func toRType(t *abi.Type) rtype {
type.go#L330: return rtype{t}
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |